#div_estates_ad_detail .smart-container {
  min-width: 200px;
}
#div_estates_ad_detail .front-image {
  max-width: 580px;
}
#div_estates_ad_detail .front-image-zoom {
  background: rgba(0,0,0,0.6);
  border-radius: 2px;
  padding: 5px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
#div_estates_ad_detail .front-image-zoom img {
  box-shadow:none;
}
#div_estates_ad_detail .front-image-zoom:hover {
  background: rgba(0,0,0,0.9);
}
#carousel_front_image .carousel-item img {
  width: 100%;
  max-width: 580px;
}
#carousel_front_image .carousel-control-next-icon,
.carousel-control-prev-icon {
  vertical-align:middle;
}
#carousel_front_image .carousel-control {
  background-color: rgba(0,0,0,0.6);
  border-radius: 100%;
  width: 44px;
  height: 44px;
}
#carousel_front_image .carousel-control-prev,
#carousel_front_image .carousel-control-next {
  cursor: pointer;
}
#carousel_front_image .carousel-control-mini {
  background-color: rgba(0,0,0,0.4);
  border-radius: 100%;
  width: 24px;
  height: 24px;
}
#carousel_front_image .carousel-control-mini .carousel-control-next-icon,
.carousel-control-mini .carousel-control-prev-icon {
  width:12px;
  height:12px;
}
#div_estates_ad_detail .thumbs {
  padding: 10px 4px;
  border: 1px solid #EEE;
  margin-top: 1rem;
  background-color: #FFF;
}
#div_estates_ad_detail .thumbs ol {
  padding:0;
  margin:0;
}
#div_estates_ad_detail .thumbs ol .carousel-inner li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  border:2px solid transparent;
}
#div_estates_ad_detail .thumbs ol .carousel-inner li:hover {
  box-shadow: 0 1px 5px #999;
}
#div_estates_ad_detail .thumbs ol .carousel-inner li.active {
  border:2px solid #159DB9;
}
#div_estates_ad_detail .thumbs .carousel-indicators {
  left: 0;
  top: auto;
  bottom: 0;
}
#div_estates_ad_detail .thumbs .carousel-indicators li {
  border-radius: 50%;
  height: 10px;
  border: 2px solid transparent;
  width: 10px;
  background-color: #999;
}
#div_estates_ad_detail .thumbs .carousel-indicators .active {
  background: #B0BEC5;
  border-color: #9EBAC8;
}
#div_estates_ad_detail .info-node {
  display: inline-block;
  min-width: 260px;
}
#div_estates_ad_detail .info-node .money {
  margin-right: 5px;
}
#div_estates_ad_detail .info-node .label-col { display: table-cell; padding: 4px 0; vertical-align: middle; min-width:140px; }
#div_estates_ad_detail .info-node .input-col {
  font-weight:600;
  display: table-cell;
  padding: 4px 0;
  width: 100%;
  vertical-align: middle;
}
#div_estates_ad_detail .info-node > .addr a {
  font-weight: 600;
}
#div_estates_ad_detail .info-node > .addr + .addr::before {
  padding: 0 5px;
  color: #BBB;
  content: "/";
}
#div_estates_ad_detail .blueimp-gallery > .indicator {
  background: rgba(0,0,0,.5);
}
#div_estates_ad_detail .blueimp-gallery > .indicator > li {
  width: 80px;
  height: 60px;
  background-size: cover;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  margin: 6px 3px;
}
#div_estates_ad_detail .blueimp-gallery > .close {
  border: 3px solid #FFF;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  padding: 4px 10px;
  margin: 0;
  color: #FFF !important;
  opacity: .55;
}
#div_estates_ad_detail .blueimp-gallery > .next,
.blueimp-gallery > .prev {
  color: #FFF !important;
}
#div_estates_ad_detail .blueimp-gallery > .close:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .prev:hover {
  color: #159DB9 !important;
  opacity:1 !important;
}
#div_estates_ad_detail .blueimp-gallery > .indicator > .active,
.blueimp-gallery > .indicator > li:hover {
  border-color:#159DB9;
}
#div_estates_ad_detail .share-buttons {
  padding: 1rem 0;
}
#div_estates_ad_detail .share-btn {
  margin: .2rem;
  padding: .2rem;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  font-size: 1.2rem;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
#div_estates_ad_detail .share-btn:hover {
  box-shadow: 0 0 5px #cfcfcf;
}
#div_estates_ad_detail .share-btn .fab {
  vertical-align: middle;
}
#div_estates_ad_detail .estate-properties {
  padding: 1.1rem 1rem;
}
#div_estates_ad_detail .estate-properties .check-item {
  background-image: url(/media/images/base/checkbox_checked.png);
  background-position: left center;
  list-style: none;
  background-repeat: no-repeat;
  padding: 8px 10px 8px 30px;
  display: inline-block;
  width: 206px;
}
#div_estates_ad_detail .info-section-title h2 {
  font-weight:500;
  font-size:11pt;
  display:block;
  color: #ee6d0e;
}
#div_estates_ad_detail .detail-section-title h2 {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}
.panel > .detail-section-title{
  cursor: pointer;
  transition: all 0.2s ease 0s;
  display: flex;
  justify-content: space-between;
}
.panel > .detail-section-title:hover{
  background-color: #EEE;
}
.detail-section-title::after {
  content: "<";
  transform: rotate(90deg);
  font-size: 10pt;
  font-weight: bold;
}
.panel.open > .detail-section-title::after {
  content: ">";
}
.detail-section-title h2{
  display: inline;
}
.panel > .content{
  overflow-y: auto;
  max-height: 350px;
  padding: 1rem;
  display: none;
}
@media screen and (max-width:1400px) {
  #div_estates_ad_detail .blueimp-gallery-controls > .title {
    font-size: 1.4rem;
  }
  #div_estates_ad_detail .blueimp-gallery > .indicator > li {
    width: 40px;
    height: 30px;
  }
}
@media screen and (max-width:900px) {
  #div_estates_ad_detail .smart-container {
    display: block;
    width: auto !important;
  }
}
@media screen and (max-width:500px) {
  #div_estates_ad_detail .estate-properties .check-item {
    width: auto;
    min-width: 140px;
  }
  #div_estates_ad_detail .blueimp-gallery > .close {
    width: 36px;
    height: 36px;
    padding: 0px 6px;
  }
  #div_estates_ad_detail .blueimp-gallery > .next,
  .blueimp-gallery > .prev {
    width: 36px;
    height: 36px;
    font-size: 44px;
  }
  #div_estates_ad_detail .blueimp-gallery-controls > .title {
    font-size: 1.2rem;
  }
  #div_estates_ad_detail .blueimp-gallery > .indicator {
    display: none;
  }
}
@media screen and (max-width:370px) {
  #div_estates_ad_detail .thumbs ol .carousel-inner li img {
    width: 80px !important;
  }
}
